home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / P_R / RENEGADE.ZIP / RENEGADE.ADV next >
Text File  |  1995-02-09  |  4KB  |  104 lines

  1. REM ┌─────────────< Delete this section when you are done! >──────────────┐
  2. REM │                                                                     │
  3. REM │               WCS Mark II ADV Programming Template                  │
  4. REM │                                                                     │
  5. REM │      Please supply as much requested information as possible.       │
  6. REM │                                                                     │
  7. REM │ (Keep in mind though, that there is a 400 line limit to ADV files!) │
  8. REM │                                                                     │
  9. REM └────────────────────────────────> <──────────────────────────────────┘
  10. REM
  11. REM ╔═══════════════════════════════════════════════════════════════════════╗
  12. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  13. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  14. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  15. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  16. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  17. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  18. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  19. REM ║ versions if you do not have them, check with any of the listed places ║
  20. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  21. REM ║ versions of the Command and Control Center software.                  ║
  22. REM ╚═══════════════════════════════════════════════════════════════════════╝
  23. REM                               RENEGADE
  24. REM
  25. REM                        YOUR ADV File Description
  26. REM
  27. REM               Written and Tested by THRUSTMASTER
  28. REM ╔═══════════════════════════════════════════════════════════════════════╗
  29. REM ║Base Switch Settings                                                   ║
  30. REM ║Black Hat switch = Digital                                             ║
  31. REM ║Red Switch       = Digital                                             ║
  32. REM ╚═══════════════════════════════════════════════════════════════════════╝
  33. REM ╔═════════════════════════════════════════════════════════════╗
  34. REM ║Game Settings: (Settings required for this game to use WCSII)║
  35. REM ╚═════════════════════════════════════════════════════════════╝
  36. GAME 1 100
  37. REM ╔═════════════════════════════════════════════════════╗
  38. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  39. REM ╚═════════════════════════════════════════════════════╝
  40.  
  41. Mdef RENEGADE
  42.  
  43.  
  44. REM ╔════════════════════════════════════════════════════════════╗
  45. REM ║ Place special macros below this line (i.e. @macroname, etc)║
  46. REM ╚════════════════════════════════════════════════════════════╝
  47.  @DigitalThrottle
  48.  
  49. REM ╔════════════════════════╗
  50. REM ║(P)FCS Buttons Commands:║
  51. REM ╚════════════════════════╝
  52.  
  53. BTN UB NearestTarget
  54.  
  55. BTN MB ConfigureWeapon
  56.  
  57. BTN LB CycleTarget
  58.  
  59. BTN HU /N LookFront
  60.  
  61. BTN HD /N CommMonitorViews
  62.  
  63. BTN HL /N LookLeft
  64.  
  65. BTN HR /N LookRight
  66.  
  67. REM ╔════════════════════════╗
  68. REM ║WCS II Buttons Commands:║
  69. REM ╚════════════════════════╝
  70.  
  71. BTN 1 CutThrottle
  72.  
  73. BTN 2 CycleTarget
  74.  
  75. BTN 3 ReverseCycleTarg
  76.  
  77. BTN 4 EvasiveMan
  78.  
  79. BTN 5 Formation
  80.  
  81. BTN 6 ProtectTrans
  82.  
  83. REM ╔════════════════════════╗
  84. REM ║WCS II Rocker Commands: ║
  85. REM ╚════════════════════════╝
  86.  
  87. RKR UP /P AttackOpponent
  88.        /R AttackOpponent
  89.  
  90. RKR DN /P IgnoreOpponent
  91.        /R IgnoreOpponent
  92.  
  93. REM ╔═══════════════════════════════════════════════════════════════════╗
  94. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR ║
  95. REM ║ THE MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT ║
  96. REM ║ THRUSTMASTER at 503-639-3200 TO INQUIRE ABOUT UPGRADING TO THE    ║
  97. REM ║ NEW CHIP AND MICROCODE!!!!                                        ║
  98. REM ║                                                                   ║
  99. REM ║ How can you tell if you have the new chip and microcode?  At the  ║
  100. REM ║ C:\MARK2 Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it    ║
  101. REM ║ says "File not found then you have the old microcode version that ║
  102. REM ║ uses DOWNLOAD.EXE instead.                                        ║
  103. REM ╚═══════════════════════════════════════════════════════════════════╝
  104.